home *** CD-ROM | disk | FTP | other *** search
- Path: news.uh.edu!usenet
- From: Sensarn <txs53132@bayou.uh.edu>
- Newsgroups: comp.lang.c++
- Subject: Why won't this work?
- Date: 15 Mar 1996 20:26:50 GMT
- Organization: AEtna Insurance Agency
- Message-ID: <4icjqa$km4@masala.cc.uh.edu>
- NNTP-Posting-Host: sip-14128.public-dialups.uh.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- struct human {
- int age;
- };
-
- void main(void) {
- human bob;
- asm mov ax,bob.age; /* Expression Syntax error here */
- }
-
- Please help
-
- --
- ______________________________
-
- Steven Sensarn
- E-Mail - txs53132@bayou.uh.edu
- ______________________________
-
-
-